*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 15:33:30 +0000 (15:33 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2000 15:33:30 +0000 (15:33 +0000)
lisp/ChangeLog

index 62f3ec6d47e61845952d6cd28a1e7825d914189f..969af1894eb5900584833948acb5d4948cbca3e6 100644 (file)
@@ -1,5 +1,13 @@
 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
+       New defcustoms.
+       (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
+       autoloading tex-mode; instead, do the same manually.  Use
+       texinfo-open-quote and texinfo-close-quote.  Insert literal quote
+       with numeric argument.  Docstring fix.
+       (toplevel): Require cl when compiling.
+       
        * internat/mule.el (make-char): Doc fix.
 
 2000-12-02  Jason Rumney  <jasonr@gnu.org>